Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Update to liboqs 0.12.0 #272

Merged
merged 7 commits into from
Dec 17, 2024
Merged

feat: Update to liboqs 0.12.0 #272

merged 7 commits into from
Dec 17, 2024

Conversation

SWilson4
Copy link
Member

This PR brings liboqs-rust in sync with liboqs version 0.12.0. Notably, this includes

  • additions of ML-KEM, ML-DSA, MAYO, and CROSS
  • updates to HQC and Falcon
  • new signature APIs for signing and verifying with a context string.

Since liboqs 0.12.0 was just released, this PR also brings liboqs-rust in sync with the liboqs main branch. With an eye to keeping it that way, I added CI runs which build and test against liboqs main.

#271 should be merged first.

@SWilson4 SWilson4 requested review from thomwiggers and a team December 17, 2024 02:36
@SWilson4 SWilson4 linked an issue Dec 17, 2024 that may be closed by this pull request
@thomwiggers thomwiggers removed their request for review December 17, 2024 08:14
@SWilson4 SWilson4 requested a review from a team December 17, 2024 17:08
Signed-off-by: Spencer Wilson <[email protected]>
Signed-off-by: Spencer Wilson <[email protected]>
Signed-off-by: Spencer Wilson <[email protected]>
@SWilson4
Copy link
Member Author

Merge was blocked because the branch protection rules expected workflows to pass that were changed by this PR. I've updated the branch protection rules to reflect the new workflows.

@SWilson4 SWilson4 added this pull request to the merge queue Dec 17, 2024
Merged via the queue into main with commit 6ecb2cb Dec 17, 2024
39 checks passed
@SWilson4 SWilson4 deleted the sw-liboqs-update branch December 17, 2024 20:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add APi for signatures with context string
2 participants